projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
06708ff
2511141
)
Auto merge of #3921 - alexcrichton:less-asserts, r=matklad
author
bors
<bors@rust-lang.org>
Wed, 26 Apr 2017 20:42:15 +0000
(20:42 +0000)
committer
bors
<bors@rust-lang.org>
Wed, 26 Apr 2017 20:42:15 +0000
(20:42 +0000)
Relax overly strict asserts in dependency queue
Don't actually need to assert that these are unique, it works both ways and we
can have flavorful dependency graphs which otherwise trigger the assertions.
Closes #3902
Trivial merge